Enable auth to be configured for squid#718
Draft
sjpb wants to merge 1 commit into
Draft
Conversation
sjpb
added a commit
that referenced
this pull request
Jun 24, 2025
no-checks: true # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Tue Jun 24 15:30:50 2025 +0000 # # On branch feat/isolated-env-2 # Your branch is ahead of 'origin/feat/isolated-env-2' by 1 commit. # (use "git push" to publish your local commits) # # Changes to be committed: # modified: ansible/roles/squid/README.md # modified: ansible/roles/squid/defaults/main.yml # modified: ansible/roles/squid/templates/squid.conf.j2 # # Changes not staged for commit: # modified: ansible/slurm.yml # modified: environments/.stackhpc/hooks/pre.yml # modified: environments/.stackhpc/inventory/group_vars/all/bastion.yml # modified: environments/.stackhpc/tofu/SMS.tfvars # modified: environments/.stackhpc/tofu/cluster_image.auto.tfvars.json # modified: environments/.stackhpc/tofu/main.tf # # Untracked files: # NOTES-feat-isolated-env.md # NOTES.md # activate # ansible/image-pull.yml # ansible/roles/basic_users/filter_plugins/__pycache__/ # environments/.stackhpc/SMS-steveb.pkrvars.hcl # environments/.stackhpc/inventory/group_vars/all/squid.yml.orig # environments/.stackhpc/inventory/group_vars/all/steveb_ark.yml # environments/.stackhpc/inventory/hosts.yml # environments/.stackhpc/inventory/network_groups # environments/.stackhpc/tofu/SMS-NO-GATEWAY.tfvars # environments/.stackhpc/tofu/cluster_name.auto.tfvars # packer/sms-build.sh #
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
http_accessdid not depend on defined ACLs for squidsquid_auth_paramto allow setting auth parameter configuration for squidThis allows configuration squid auth, e.g. for basic auth:
See the squid docs for more information.